remove x label matplotlib

32

not x axis labels python -

plt.gca().axes.get_xaxis().set_visible(False)
plt.gca().axes.get_yaxis().set_visible(False)

remove x label matplotlib -

plt.xticks(x, " ")

matplotlib remove y axis label -

ax.axes.xaxis.set_ticklabels([])

Comments

Submit
0 Comments